From: YAMAMOTO Mitsuharu Date: Mon, 5 Mar 2007 08:18:45 +0000 (+0000) Subject: (struct mac_output): New member `internal_border_width'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1744 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4da4f11d24ef42a78a0930483a00a163bb3ce46e;p=emacs.git (struct mac_output): New member `internal_border_width'. --- diff --git a/src/macterm.h b/src/macterm.h index 3d0b41f6efe..b3826c5e7f7 100644 --- a/src/macterm.h +++ b/src/macterm.h @@ -327,6 +327,9 @@ struct mac_output They are changed only when a different background is involved. */ unsigned long relief_background; + /* Width of the internal border. */ + int internal_border_width; + /* Hints for the size and the position of a window. */ XSizeHints *size_hints;